projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec01391
)
Fix markup in read-number doc string
author
Lars Ingebrigtsen
<larsi@gnus.org>
Tue, 10 May 2022 13:33:32 +0000
(15:33 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Tue, 10 May 2022 13:41:27 +0000
(15:41 +0200)
* lisp/subr.el (read-number): Fix markup for the letter.
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index 54c9f35264de7bd9075c98641696fd5980610ea2..d7f06bdcde853520adc1635d6a4f0ea2ac73cc3d 100644
(file)
--- a/
lisp/subr.el
+++ b/
lisp/subr.el
@@
-3055,7
+3055,8
@@
DEFAULT specifies a default value to return if the user just types RET.
The value of DEFAULT is inserted into PROMPT.
HIST specifies a history list variable. See `read-from-minibuffer'
for details of the HIST argument.
-This function is used by the `interactive' code letter `n'."
+
+This function is used by the `interactive' code letter \"n\"."
(let ((n nil)
(default1 (if (consp default) (car default) default)))
(when default1